From: Julien Grall Date: Sat, 9 Mar 2019 21:20:23 +0000 (+0000) Subject: xen/memory: Fix typo in the comment on top of check_get_page_from_gfn X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2441 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22%22?a=commitdiff_plain;h=081491f8a8dcd749803fd5f8c9faa21bd8c22774;p=xen.git xen/memory: Fix typo in the comment on top of check_get_page_from_gfn Signed-off-by: Julien Grall Acked-by: Jan Beulich --- diff --git a/xen/common/memory.c b/xen/common/memory.c index 5387769987..86567e6117 100644 --- a/xen/common/memory.c +++ b/xen/common/memory.c @@ -1648,7 +1648,7 @@ void destroy_ring_for_helper( } /* - * Acquire a pointer to struct page_info for a specified doman and GFN, + * Acquire a pointer to struct page_info for a specified domain and GFN, * checking whether the page has been paged out, or needs unsharing. * If the function succeeds then zero is returned, page_p is written * with a pointer to the struct page_info with a reference taken, and